noticed that the access system call does not check the readonlyness of
the filesystem the path refers to. This is a bug, according to
access(2), but in the meantime, some of us need the right behavior. */
-#define SOLARIS_BROKEN_ACCESS
+
+/* Well, we released Emacs with this change, and fixed a typo, but
+ people keep saying that it doesn't work, and that the patch is easy
+ to install. */
+#undef SOLARIS_BROKEN_ACCESS